home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / comms / thor_2.22 / thor.lha / rexx / GetHTTP.thor.doc < prev    next >
Text File  |  1995-12-18  |  3KB  |  73 lines

  1. GetHTTP.Thor 2.0b2 by Remco van Hooff
  2.  
  3. Gets http adresses from the current message, and optionaly saves them to a
  4. hotlist.
  5.  
  6. Features:
  7. - Multi-hotlist support (AMosaic, IBrowse, HTML)
  8. - Listview interface
  9. - Configurable filter
  10.  
  11. Note: 
  12. You can leave the name of the address empty. The default name is
  13. 'GetHTTP - subj (i)', subj is the subject of the msg without 'Re:'.
  14.  
  15. As usual you need to edit some variables:
  16. - Edit the hotlist variables (lines 5, 7 and 9) for the right
  17.   path/file for the hotlists. 
  18. - Edit the amosaic/ibrowse/html variables (lines 6, 8 and 10) to save to
  19.   those hotlists. 
  20.   1 = save to hitlist, 
  21.   0 = don't save to hotlist
  22.   You can have both set to 1 if you use both the browsers, or 0 if you
  23.   don't want to save anything :.)
  24. - You can also edit the filter chars, I already included the most common
  25.   chars. The '.' is "hardcoded" and is therefore not included in the filter
  26.   list.
  27.   A filter character is a character that may be "connected" to an address,
  28.   e.g. http://this.is.an/example.html>
  29.   The '>' is not part of the actual address and thus should be removed.
  30.   So a filter for this character is: filter.x = '>'
  31.  
  32. For bugs, comments, flames, typos, optimizing tips:
  33. Internet: rvhooff@globalxs.nl
  34. FIDO    : 2:286/407.39
  35. AMY     : 39:153/201.39
  36.  
  37. ------------------------ HISTORY -------------------------
  38.  1.0   - Converted from the Spot version (version 1.6).
  39.  1.1   - Now uses GETGLOBALCONFIG to get Thor's screenname.
  40.  1.2   - Now always removes the tempfile when script is done.
  41.  1.3   - Fixed a width problem with the Save URL requester.
  42.          Changed the URL name requester from Reqtools to 
  43.          an internal Thor requester and removed the Cancel
  44.          button (you'll have to enter a name anyway).
  45.  1.4   - Fixed a bug that was introduced when I canged the 
  46.          URL requester from reqtools to an internal Thor 
  47.          requester.
  48.  1.5   - A little cosmetic fix.
  49.  1.6   - Ajusted the script with the new Thor 2.1 arexx
  50.          commands. No more RexxReqTools.library needed.
  51.  2.0b  - Rewrote the GUI, it now uses listviews.
  52.        - Rewrote the filter routine. It's now easier
  53.          to add more chars which should be removed.
  54.          It may even be a little faster.
  55.        - Multiple browser support (AMosaic, IBrowse),
  56.          more as they come available.
  57.        - Removed some useless code that would only
  58.          slow down the seach in large files.
  59.  2.0b2 - Fixed a bug (forgot to add a ') that wouldn't
  60.          show the requesters if the hotlists were not 
  61.          found.
  62.        - Added HTML hotlist support. This should cover
  63.          Lynx and WebLink (still in very early beta).
  64.        - Changed default name from 'GetHTTP - unknown i'
  65.          to 'GetHTTP - subj (i)', subj is the subject
  66.          of the msg without 'Re:'.
  67. -------------------------THANKS-----------------------------
  68.  - Petter Nilsen, for the GETGLOBALCONFIG tip. But which 
  69.    isn't relevant anymore since version 1.6.
  70.  - Neil Bothwick, for suggesting to use the subject as 
  71.    the default name, when nothing is entered. Why didn't I 
  72.    think of that? ;.)
  73.